@extends('layouts.app')

@section('title', '{{ $report }} - Prolex Law Firm')

@section('content')
<div class="min-h-screen bg-sky-400 p-10 flex items-center justify-center">
    <div class="bg-white p-10 rounded-3xl shadow-2xl w-full max-w-md text-center">
        <h1 class="text-4xl font-bold mb-10 text-gray-800">{{ $report }}</h1>
        <p class="text-gray-600">Coming Soon</p>
    </div>
</div>
@endsection
